Skip to main content
POST
/
api
/
v1
/
sessions
/
{session_id}
/
insights
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "status": "<string>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

session_id
string<uuid>
required

Body

application/json

Request to create a run clustering job.

config_id
string<uuid> | null
start_time
string<date-time> | null
end_time
string<date-time> | null
last_n_hours
integer | null
hierarchy
integer[] | null
partitions
Partitions · object
sample
summary_prompt
string | null
filter
string | null
name
string | null
attribute_schemas
Attribute Schemas · object
user_context
User Context · object
model
enum<string>
default:openai
Available options:
openai,
anthropic
cluster_model
string | null
summary_model
string | null
is_scheduled
boolean
default:false
validate_model_secrets
boolean
default:true

Response

Successful Response

Response to creating a run clustering job.

id
string<uuid>
required
name
string
required
status
string
required
error
string | null